oopx - fix typo
authorYosef Or Boczko <yoseforb@gmail.com>
Wed, 14 Aug 2013 07:45:35 +0000 (10:45 +0300)
committerYosef Or Boczko <yoseforb@gmail.com>
Wed, 14 Aug 2013 07:45:35 +0000 (10:45 +0300)
Signed-off-by: Yosef Or Boczko <yoseforb@gmail.com>
gtk/gtkbutton.c

index 3074e7e1ebc337a898260afcceda6e17d51c10a9..786f3c9b3fcd6d11394271448da011b4c23b9093 100644 (file)
@@ -1328,7 +1328,7 @@ gtk_button_new_from_icon_name (const gchar *icon_name,
                          "image", image,
                          NULL);
   context = gtk_widget_get_style_context (button);
-  gtk_style_context_add_class (context, "image-button"));
+  gtk_style_context_add_class (context, "image-button");
 
   return button;
 }